home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / chibacity / gbbdisk.arj / KBWIN95 / DEFS.ASM < prev    next >
Encoding:
Assembly Source File  |  1995-06-06  |  238 b   |  7 lines

  1. ;Buffer size and location definitions for use with KBWIN95 and the CAPTURE
  2. ;program.
  3.  
  4. BUF_LOC         EQU     600H            ;This works with Windows-95 Final Beta
  5. BUF_SIZE        EQU     64              ;Size of buffer in words
  6.  
  7.